home *** CD-ROM | disk | FTP | other *** search
- function itemHandler1(obj, item)
- {
- getUrl("http://www.123peppy.com", "_blank");
- }
- stop();
- var myMenu_cm = new ContextMenu();
- myMenu_cm.hideBuiltInItems();
- myMenu_cm.customItems.push(new ContextMenuItem("powered by www.123peppy.com",itemHandler1));
- _root.menu = myMenu_cm;
-